home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Bus / H-L / Hypercard_invoice.sit / inv_application / cards.xml < prev    next >
Encoding:
Text File  |  1992-07-01  |  6.0 KB  |  220 lines

  1. card_3040.xml
  2. <?xml version="1.0" encoding="utf-8" ?>
  3. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4. <card>
  5.     <id>3040</id>
  6.     <filler1>0</filler1>
  7.     <cantDelete> <false /> </cantDelete>
  8.     <showPict> <true /> </showPict>
  9.     <dontSearch> <false /> </dontSearch>
  10.     <owner>2796</owner>
  11.     <link rel="stylesheet" type="text/css" href="stylesheet_3088.css" />
  12.     <part>
  13.         <id>1</id>
  14.         <type>button</type>
  15.         <visible> <true /> </visible>
  16.         <reserved5> 0 </reserved5>
  17.         <reserved4> 0 </reserved4>
  18.         <reserved3> 0 </reserved3>
  19.         <reserved2> 0 </reserved2>
  20.         <reserved1> 0 </reserved1>
  21.         <enabled> <true /> </enabled>
  22.         <rect>
  23.             <left>65</left>
  24.             <top>150</top>
  25.             <right>208</right>
  26.             <bottom>190</bottom>
  27.         </rect>
  28.         <style>roundrect</style>
  29.         <showName> <true /> </showName>
  30.         <highlight> <false /> </highlight>
  31.         <autoHighlight> <false /> </autoHighlight>
  32.         <sharedHighlight> <true /> </sharedHighlight>
  33.         <family>0</family>
  34.         <titleWidth>0</titleWidth>
  35.         <icon>0</icon>
  36.         <textAlign>center</textAlign>
  37.         <font>Chicago</font>
  38.         <textSize>12</textSize>
  39.         <textStyle>plain</textStyle>
  40.         <name>customer list</name>
  41.         <script>on mouseUp
  42.  
  43. go to stack "customers"
  44.  
  45. end mouseUp</script>
  46.     </part>
  47.     <part>
  48.         <id>2</id>
  49.         <type>button</type>
  50.         <visible> <true /> </visible>
  51.         <reserved5> 0 </reserved5>
  52.         <reserved4> 0 </reserved4>
  53.         <reserved3> 0 </reserved3>
  54.         <reserved2> 0 </reserved2>
  55.         <reserved1> 0 </reserved1>
  56.         <enabled> <true /> </enabled>
  57.         <rect>
  58.             <left>70</left>
  59.             <top>199</top>
  60.             <right>213</right>
  61.             <bottom>239</bottom>
  62.         </rect>
  63.         <style>roundrect</style>
  64.         <showName> <true /> </showName>
  65.         <highlight> <false /> </highlight>
  66.         <autoHighlight> <false /> </autoHighlight>
  67.         <sharedHighlight> <true /> </sharedHighlight>
  68.         <family>0</family>
  69.         <titleWidth>0</titleWidth>
  70.         <icon>0</icon>
  71.         <textAlign>center</textAlign>
  72.         <font>Chicago</font>
  73.         <textSize>12</textSize>
  74.         <textStyle>plain</textStyle>
  75.         <name>price list</name>
  76.         <script>on mouseUp
  77.  
  78. go to stack "price_list"
  79.  
  80. end mouseUp</script>
  81.     </part>
  82.     <part>
  83.         <id>3</id>
  84.         <type>button</type>
  85.         <visible> <true /> </visible>
  86.         <reserved5> 0 </reserved5>
  87.         <reserved4> 0 </reserved4>
  88.         <reserved3> 0 </reserved3>
  89.         <reserved2> 0 </reserved2>
  90.         <reserved1> 0 </reserved1>
  91.         <enabled> <true /> </enabled>
  92.         <rect>
  93.             <left>302</left>
  94.             <top>148</top>
  95.             <right>445</right>
  96.             <bottom>188</bottom>
  97.         </rect>
  98.         <style>roundrect</style>
  99.         <showName> <true /> </showName>
  100.         <highlight> <false /> </highlight>
  101.         <autoHighlight> <false /> </autoHighlight>
  102.         <sharedHighlight> <true /> </sharedHighlight>
  103.         <family>0</family>
  104.         <titleWidth>0</titleWidth>
  105.         <icon>0</icon>
  106.         <textAlign>center</textAlign>
  107.         <font>Chicago</font>
  108.         <textSize>12</textSize>
  109.         <textStyle>plain</textStyle>
  110.         <name>generate invoice</name>
  111.         <script>on mouseUp
  112.  
  113. go to stack "invoice control"
  114.  
  115. end mouseUp</script>
  116.     </part>
  117.     <part>
  118.         <id>4</id>
  119.         <type>button</type>
  120.         <visible> <true /> </visible>
  121.         <reserved5> 0 </reserved5>
  122.         <reserved4> 0 </reserved4>
  123.         <reserved3> 0 </reserved3>
  124.         <reserved2> 0 </reserved2>
  125.         <reserved1> 0 </reserved1>
  126.         <enabled> <true /> </enabled>
  127.         <rect>
  128.             <left>305</left>
  129.             <top>196</top>
  130.             <right>448</right>
  131.             <bottom>236</bottom>
  132.         </rect>
  133.         <style>roundrect</style>
  134.         <showName> <true /> </showName>
  135.         <highlight> <false /> </highlight>
  136.         <autoHighlight> <false /> </autoHighlight>
  137.         <sharedHighlight> <true /> </sharedHighlight>
  138.         <family>0</family>
  139.         <titleWidth>0</titleWidth>
  140.         <icon>0</icon>
  141.         <textAlign>center</textAlign>
  142.         <font>Chicago</font>
  143.         <textSize>12</textSize>
  144.         <textStyle>plain</textStyle>
  145.         <name> invoices</name>
  146.         <script>on mouseUp
  147.  
  148. go to stack "invoice"
  149.  
  150. end mouseUp</script>
  151.     </part>
  152.     <part>
  153.         <id>5</id>
  154.         <type>field</type>
  155.         <visible> <false /> </visible>
  156.         <dontWrap> <false /> </dontWrap>
  157.         <dontSearch> <false /> </dontSearch>
  158.         <sharedText> <false /> </sharedText>
  159.         <fixedLineHeight> <false /> </fixedLineHeight>
  160.         <autoTab> <false /> </autoTab>
  161.         <lockText> <true /> </lockText>
  162.         <rect>
  163.             <left>0</left>
  164.             <top>4</top>
  165.             <right>510</right>
  166.             <bottom>117</bottom>
  167.         </rect>
  168.         <style>opaque</style>
  169.         <autoSelect> <false /> </autoSelect>
  170.         <showLines> <false /> </showLines>
  171.         <wideMargins> <false /> </wideMargins>
  172.         <multipleLines> <false /> </multipleLines>
  173.         <reservedFamily> 0 </reservedFamily>
  174.         <titleWidth>0</titleWidth>
  175.         <icon>0</icon>
  176.         <textAlign>center</textAlign>
  177.         <font>Helvetica</font>
  178.         <textSize>14</textSize>
  179.         <textStyle>bold</textStyle>
  180.         <textHeight>18</textHeight>
  181.         <name>info1</name>
  182.         <script></script>
  183.     </part>
  184.     <part>
  185.         <id>6</id>
  186.         <type>field</type>
  187.         <visible> <false /> </visible>
  188.         <dontWrap> <false /> </dontWrap>
  189.         <dontSearch> <false /> </dontSearch>
  190.         <sharedText> <false /> </sharedText>
  191.         <fixedLineHeight> <false /> </fixedLineHeight>
  192.         <autoTab> <false /> </autoTab>
  193.         <lockText> <false /> </lockText>
  194.         <rect>
  195.             <left>3</left>
  196.             <top>120</top>
  197.             <right>512</right>
  198.             <bottom>266</bottom>
  199.         </rect>
  200.         <style>opaque</style>
  201.         <autoSelect> <false /> </autoSelect>
  202.         <showLines> <false /> </showLines>
  203.         <wideMargins> <false /> </wideMargins>
  204.         <multipleLines> <false /> </multipleLines>
  205.         <reservedFamily> 0 </reservedFamily>
  206.         <titleWidth>0</titleWidth>
  207.         <icon>0</icon>
  208.         <textAlign>center</textAlign>
  209.         <font>Helvetica</font>
  210.         <textSize>14</textSize>
  211.         <textStyle>plain</textStyle>
  212.         <textHeight>18</textHeight>
  213.         <name>info2</name>
  214.         <script></script>
  215.     </part>
  216.     <content>
  217.         <layer>background</layer>
  218.         <id>1</id>
  219.         <text>Invoice 0.9
  220. ©
  221. Stephen Decarie
  222. 1992</text>
  223.     </content>
  224.     <content>
  225.         <layer>card</layer>
  226.         <id>5</id>
  227.         <text>Invoice 0.9 a Hypercard Invoice application
  228. ¬© Stephen Decarie 1992
  229. 62 Beacham Way N.W.
  230. Calgary, Alberta
  231. Canada
  232. </text>
  233.     </content>
  234.     <content>
  235.         <layer>card</layer>
  236.         <id>6</id>
  237.         <text>
  238. This is share ware if you use this product please submit your $20.00 registration fee to the author.
  239.  
  240. The "Generate Invoice" button selects the invoice control file so you can add information then generate a new invoice. Whereas the "Invoice" button selects the existing "Invoices" file to examine past invoices previously generated
  241. </text>
  242.     </content>
  243.     <name></name>
  244.     <script></script>
  245. </card>
  246.  
  247.  
  248.